翻訳と辞書
Words near each other
・ Open Control Architecture
・ Open core
・ Open Core Protocol
・ Open Core Protocol International Partnership Association
・ Open Costa Adeje – Isla de Tenerife
・ Open Country
・ Open Country (film)
・ Open Course Library
・ Open Court Publishing Company
・ Open Court Reading
・ OPEN Cycle
・ Open D tuning
・ Open d'Orléans
・ Open data
・ Open Data Center Alliance
Open Data Description Language
・ Open data in Canada
・ Open Data in the United Kingdom
・ Open data in the United States
・ Open Data Institute
・ Open Data Now
・ Open Data Partnership
・ Open Data Protocol
・ Open Data-Link Interface
・ Open Database Connectivity
・ Open Database License
・ Open Day at the Hate Fest
・ Open de Andalucia (disambiguation)
・ Open de Andalucía
・ Open de Baleares


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Open Data Description Language : ウィキペディア英語版
Open Data Description Language

The Open Data Description Language (OpenDDL) is a generic text-based language that is designed to store arbitrary data in a concise human-readable format. It can be used as a means for easily exchanging information among many programs or simply as a method for storing a program's data in an editable format.
The exact syntax of OpenDDL is described on the website (openddl.org ) as well as in an appendix of the ''Open Game Engine Exchange Specification''.
== Structures ==

An OpenDDL file is composed of a sequence of structures that can be either user-defined types or built-in primitive data types. The declaration of a structure consists of an identifier followed by an optional name, an optional property list, and finally, the structure's contents enclosed in braces. Raw data is always contained within structures whose identifiers are one of the data types described in the next section. For example, one may define a Point structure that holds the floating-point coordinates of a three-dimensional point as follows.
Point

Structures can have names that allow them to be referenced from other parts of the file. Names can be global (unique throughout the file) or local (unique within the enclosing structure). A global name consists of a dollar sign followed by an identifier, and a local name consists of a percent sign followed by a dollar sign. The Point structure above could be given the global name "position" as follows.
Point $position

Another structure could then include a reference to this point by using the ref data type:
ref

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Open Data Description Language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.